/* CAROUSEL */

.carousels{    
    position:relative;
    height: 340px;
    width: 1170px;
    overflow:hidden;    
}

.carousels h2{
	color: #fff;
}	


.carousels .backgrounds{
    height: 354px;
}

.carousels .backgrounds .item{
    width: 1170px;
    height: 340px;
    float:left;
    position:relative;
    z-index:1;
}

.carousels .backgrounds .item_1{
    background: transparent url(../images/carousel_bg_arrow.jpg) no-repeat 0 0;    
}

.carousels .backgrounds .item_2{
    background: transparent url(../images/carousel_bg_arrow.jpg) no-repeat 0 0;   
}

.carousels .backgrounds .item_3{
    background: transparent url(../images/carousel_bg_1.jpg) no-repeat 0 0;   
}

.carousels .panel{
    background: #fafafa;
    color: #333;
    position:absolute;
    right: 0;
    top:0;
    height: 340px;
    width: 365px;
    border-radius: 0px;
    z-index:10;
}

.carousels .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 225px;    
    text-align:center;   
}

.carousels .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousels .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousels .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}


.carousels .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousels .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousels .panel .paging #numbers a {
    padding: 0 5px 0 5px;
    color: #666;
}

.carousels .panel .paging #numbers a.selected {
    color: #000;
}

.carousels .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:25px;
    width: 325px;
    overflow:hidden;
    height: 200px;
}

.carousels .panel .details_wrapper .details{
    height: 200px;
}

.carousels .panel .details_wrapper .details .detail{
    width: 325px;
    height: 200px;
    float:left;    
}

.carousels .panel .details_wrapper .details p{
    font-size: 1em;
    line-height: 2.2em;
    margin: 15px 0 5px 0;
}
.carousels .panel .details_wrapper .details p span{
	font-size: 2.2em;		
}
.carousels .panel .details_wrapper .details a.more{
    color: #000;
    display: block;
    margin-top: 16px;
    font-size:1.1em;
}   

/* END CAROUSEL */
